home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / shapeshifter / hardfile / internet.ss / Anarchie Pro 3.0 / Scripting / AppleScripts / Find Clipboard < prev    next >
Text File  |  1998-08-28  |  251b  |  8 lines

  1. set theSearchItem to the clipboard
  2. tell application "Anarchie Pro"
  3.     set theResult to find theSearchItem server "archie.au" matches 100
  4.     if theResult is "" then
  5.         find theSearchItem server "archie.internic.net" matches 100 with window
  6.     end if
  7. end tell
  8.